home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / hmrhm11b.zip / HOMERHOM.DOC < prev    next >
Text File  |  1990-12-22  |  2KB  |  56 lines

  1.  
  2.                   HOMERHOM v1.1b (HOMER.EXE / HOME.EXE)
  3.                                                                    12-22-90
  4.  
  5.  HOMERHOM is two programs, one of which saves your current location,
  6.  and the other brings you back "home".
  7.  
  8.  
  9. 1. FORMAT/SYNTAX (for using programs in a batch file)
  10.  
  11.    a.  Use HOMER in place of CHDIR (CD) any time you want to change
  12.        directory (CD) and return to where you started.
  13.    b.  The syntax is: "homer \newdir" (without ""s, of course)
  14.        "\newdir" is the directory to which you wish to change.
  15.        Your current (start) directory will be saved in a tiny
  16.        file $TEMP in the Root DIR.
  17.    c.  Run whatever program you wish in the "newdir".
  18.    d.  Insert the command HOME after the program command line(s)
  19.        to bring you back to your original (start) directory.
  20.  
  21.    EXAMPLE:
  22.  
  23.        @ECHO OFF
  24.        homer bbs\gfiles
  25.        namelist
  26.        home
  27.  
  28.    This little batch file will run NAMELIST.EXE (T.A.G. BBS utility), which
  29.    must be run from its own directory (\BBS\GFILES) where it target file is
  30.    found.  Upon completion, you're returned to whatever directory you were.
  31.  
  32.    NOTE: HOMER and HOME will NOT work across Drives (next upgrade? <grin>).
  33.          But,  they will work anywhere on same drive so long as both are on
  34.          your PATH somewhere.  Nor will they work from DOS prompt <chuckle>.
  35.  
  36.  
  37. 2. DISCLAIMER
  38.  
  39.    Both HOMER.EXE and HOME.EXE have been tested extensively with no
  40.    injurious results to hardware or neighboring software.  But they 
  41.    are provided strictly "as is", and any damage resulting from their
  42.    installation and/or use is strictly the responsibility of the user.
  43.    The author makes no claims of guarantee or warranty of any kind.
  44.  
  45.  
  46. 3. LEGALESE
  47.  
  48.    The author hereby donates HOMER.EXE & HOME.EXE to the public domain.
  49.    Any problems, questions, suggestions may be deposited in the nearest
  50.    file-13.  Any compliments, thank-yous, or monetary gratuities may be
  51.    forwarded to:
  52.  
  53.                                Cap'n Chris
  54.                                LIBERTY BBS
  55.                               (313)792-4911
  56.